home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_360 / uucp / uucp0.lzh / man / uucp < prev    next >
Text File  |  1990-05-19  |  2KB  |  54 lines

  1.  
  2. NAME
  3.      uucp, uulog, uuname - unix to unix copy
  4.  
  5. SYNTAX
  6.      uucp [option...] source-file...  destination-file
  7.  
  8.      uulog [option...]
  9.  
  10.      uuname [option...]
  11.  
  12. DESCRIPTION
  13.      The uucp command copies files named by the source-file
  14.      argument to the destination-file argument.  One of the
  15.      arguments is a local path while the other is prefixed with
  16.      the remote machine:
  17.  
  18.     uucp fubar system!~/fubar        send a file
  19.     uucp system!~/fubar fubar        request a remote file
  20.  
  21.      ~/path is interpreted as UUPUB:path for an Amiga.
  22.  
  23.      ~user/path is interpreted as the directory prefix for the specified
  24.      user on the machine in question (yours or the remote's).  If an Amiga,
  25.      the user must exist in the GETTY:PASSWD file.  The directory prefix is
  26.      part of the PASSWD entry for that user.
  27.  
  28.      ~uucp is interpreted just like ~user ... you must have a password entry
  29.      for the 'uucp' user for it to work.  Remember that a ~/ or ~user/ in
  30.      the REMOTE path is interpreted by the remote machine, not your machine.
  31.  
  32.      Additionally, for the amiga, the remote directorie(s) must have
  33.      appropriate permissions as specified by UULIB:Security or the transfer
  34.      will be disallowed.
  35.  
  36.      Shell metacharacters appearing in the pathname part are not understood
  37.      by the amiga as yet, but may be understood by the remote machine if not
  38.      an Amiga.
  39.  
  40.      Both pathnames must include the file (i.e. you cannot just specify a
  41.      directory with the Amiga, sorry!)
  42.  
  43. WARNINGS
  44.      The domain of remotely accessible files can (and for obvious
  45.      security reasons, usually should) be severely restricted.
  46.      You will very likely not be able to fetch files by pathname.
  47.      Ask a responsible person on the remote system to send them
  48.      to you.  For the same reasons, you will probably not be able
  49.      to send files to arbitrary pathnames.
  50.  
  51.      On the amiga, security is accomplished with the UULIB:Security file,
  52.      please refer the MAN/Security for more information.
  53.  
  54.